'Declaration
Public Overridable Property Selection As CellRange
'Usage
Dim instance As FlexGridBase(Of T) Dim value As CellRange instance.Selection = value value = instance.Selection
public virtual CellRange Selection {get; set;}
public read-write property Selection: CellRange; virtual;
public function get,set Selection : CellRange
public: __property virtual CellRange* get_Selection(); public: __property virtual void set_Selection( CellRange* value );
public: virtual property CellRange^ Selection { CellRange^ get(); void set ( CellRange^ value); }